home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / datatypes / clidt / source / rcs / system.h,v < prev    next >
Text File  |  1996-04-07  |  2KB  |  102 lines

  1. head    39.2;
  2. access;
  3. symbols
  4.     V39_2:39.2
  5.     V39_1:39.1;
  6. locks; strict;
  7. comment    @ * @;
  8.  
  9.  
  10. 39.2
  11. date    95.11.13.23.45.50;    author StRuppert;    state Exp;
  12. branches;
  13. next    39.1;
  14.  
  15. 39.1
  16. date    95.08.07.23.46.06;    author StRuppert;    state Exp;
  17. branches;
  18. next    ;
  19.  
  20.  
  21. desc
  22. @initial
  23. @
  24.  
  25.  
  26. 39.2
  27. log
  28. @*** empty log    message    ***
  29. @
  30. text
  31. @/*
  32. ** $PROJECT: cli.datatype
  33. **
  34. ** $VER: system.h 39.1 (06.08.95)
  35. **
  36. ** by
  37. **
  38. ** Stefan Ruppert , Windthorststraße 5 , 65439 Flörsheim , GERMANY
  39. **
  40. ** (C) Copyright 1995
  41. ** All Rights Reserved !
  42. **
  43. ** $HISTORY:
  44. **
  45. ** 06.08.95 : 039.001 : initial
  46. **
  47. */
  48.  
  49. /* ------------------------------- includes ------------------------------- */
  50.  
  51. #include <dos/dos.h>
  52. #include <dos/dosextens.h>
  53. #include <dos/dostags.h>
  54. #include <exec/types.h>
  55. #include <exec/ports.h>
  56. #include <exec/memory.h>
  57. #include <exec/lists.h>
  58. #include <exec/semaphores.h>
  59. #include <exec/execbase.h>
  60. #include <intuition/classes.h>
  61. #include <intuition/classusr.h>
  62. #include <intuition/cghooks.h>
  63. #include <intuition/gadgetclass.h>
  64. #include <graphics/gfxbase.h>
  65. #include <graphics/gfx.h>
  66. #include <graphics/text.h>
  67. #include <datatypes/datatypes.h>
  68. #include <datatypes/datatypesclass.h>
  69. #include <datatypes/textclass.h>
  70. #include <clib/alib_protos.h>
  71. #include <clib/alib_stdio_protos.h>
  72. #include <string.h>
  73.  
  74. #include <clib/macros.h>
  75. #include <clib/dos_protos.h>
  76. #include <clib/exec_protos.h>
  77. #include <clib/intuition_protos.h>
  78. #include <clib/graphics_protos.h>
  79. #include <clib/utility_protos.h>
  80. #include <clib/datatypes_protos.h>
  81. #include <clib/dtclass_protos.h>
  82.  
  83. #include <pragmas/dos_pragmas.h>
  84. #include <pragmas/exec_sysbase_pragmas.h>
  85. #include <pragmas/intuition_pragmas.h>
  86. #include <pragmas/graphics_pragmas.h>
  87. #include <pragmas/utility_pragmas.h>
  88. #include <pragmas/datatypes_pragmas.h>
  89. #include <pragmas/dtclass_pragmas.h>
  90.  
  91.  
  92. @
  93.  
  94.  
  95. 39.1
  96. log
  97. @*** empty log    message    ***
  98. @
  99. text
  100. @d23 1
  101. @
  102.